home *** CD-ROM | disk | FTP | other *** search
/ Die Ultimative Software-P…i Collection 1996 & 1997 / Die Ultimative Software-Pakete CD-ROM fur Atari Collection 1996 & 1997.iso / i / internet / software / cab1_5 / cab / install.bat < prev    next >
Encoding:
DOS Batch File  |  1996-10-28  |  1.8 KB  |  70 lines

  1. CAB, HTML-Browser
  2. ;
  3. ;
  4. $mkdir @DOC
  5. $mkdir @DOC\CAB
  6. $mkdir @DOC\CAB\PROGRAMM.ING
  7. $mkdir @CAB
  8. $mkdir @CAB\HTML
  9. ;$mkdir @CAB\RSC
  10. $mkdir @CAB\IMAGES
  11. $mkdir @CAB\MODULES
  12. $mkdir @CAB\TRANSGIF
  13. $copy cab.app @cab\cab.app
  14. $copy cab.rsc @cab\cab.rsc
  15. $copy home.htm @cab\home.htm
  16. $copy transgif\transgif.ttp @cab\transgif\transgif.ttp
  17. $copy transgif\trngif_d.txt @cab\transgif\transgif.doc
  18. ;
  19. $iflang English
  20. $copy readme @doc\cab\readme
  21. $copy rsc\cab_e.rsc @cab\cab.rsc
  22. $copy doc\cab_e.txt @doc\cab\cab.txt
  23. $copy st-guide\cab_e.hyp @doc\cab\cab.hyp
  24. $copy transgif\trngif_e.txt @cab\transgif\transgif.doc
  25. $endif
  26. ;
  27. $iflang Italy
  28. $copy leggimi @doc\cab\leggimi
  29. $copy rsc\cab_i.rsc @cab\cab.rsc
  30. $copy doc\cab_it.txt @doc\cab\cab.txt
  31. $copy st-guide\cab_it.hyp @doc\cab\cab.hyp
  32. $copy transgif\trngif_e.txt @cab\transgif\transgif.doc
  33. $endif
  34. ;
  35. $iflang France
  36. $copy lisezmoi @doc\cab\lisezmoi
  37. $copy rsc\cab_f.rsc @cab\cab.rsc
  38. $copy doc\cab_f.txt @doc\cab\cab.txt
  39. $copy st-guide\cab_f.hyp @doc\cab\cab.hyp
  40. $copy transgif\trngif_f.txt @cab\transgif\transgif.doc
  41. $endif
  42. ;
  43. $iflang Svensk
  44. $copy laesmig @doc\cab\laesmig
  45. $copy rsc\cab_s.rsc @cab\cab.rsc
  46. $copy doc\cab_s.txt @doc\cab\cab.txt
  47. $copy st-guide\cab_s.hyp @doc\cab\cab.hyp
  48. $copy transgif\trngif_s.txt @cab\transgif\transgif.doc
  49. $endif
  50. ;
  51. $iflang Espanol
  52. $copy leeme @doc\cab\leeme
  53. $copy rsc\cab_sp.rsc @cab\cab.rsc
  54. $copy doc\cab_sp.txt @doc\cab\cab.txt
  55. $copy st-guide\cab_sp.hyp @doc\cab\cab.hyp
  56. $copy transgif\trngif_e.txt @cab\transgif\transgif.doc
  57. $endif
  58. ;
  59. $iflang Deutsch
  60. $copy liesmich @doc\cab\liesmich
  61. $copy rsc\cab_d.rsc @cab\cab.rsc
  62. $copy doc\cab_d.txt @doc\cab\cab.txt
  63. $copy st-guide\cab_d.hyp @doc\cab\cab.hyp
  64. $endif
  65. ;
  66. $copy_folder images\ @cab\images\
  67. $copy_folder html\ @cab\html\
  68. $copy_folder modules\ @cab\modules\
  69. $copy_folder doc\programm.ing\ @doc\cab\programm.ing\
  70. ;